SftTree/NET 2.0

IsFirstDisplayedAndVisibleInRightPane Property, CellClass Class

Softel vdm, Inc.

Returns whether this cell is the first displayed cell with a width greater than 0 in the right pane.

Syntax      CellClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property IsFirstDisplayedAndVisibleInRightPane As Boolean

C#   

public bool IsFirstDisplayedAndVisibleInRightPane { get; }

C++   

public: property bool IsFirstDisplayedAndVisibleInRightPane {
        bool get();
}

Property Value

True if this cell is the first displayed cell, otherwise False.

Comments

The IsFirstDisplayedAndVisibleInRightPane property returns whether this cell is the first displayed cell with a width greater than 0 in the right pane.

IsFirstDisplayedAndVisible is the equivalent property for the left pane.

If a tree control does not have a splitter bar (Splitter.Visible), this property always returns False.

A cell is considered displayed or visible even if it is horizontally scrolled off the control's display area. A cell can be scrolled into the display area of the control by using the CellClass.ScrollIntoView method.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com